home *** CD-ROM | disk | FTP | other *** search
- {FLOAT} On
- {TITLE} WinWizard Pro Application Sample
- {DISPLAY} This Script File will load the WordPad and enter information into it. The Script will copy the information and paste it into the Notepad.
- {SLEEP} 5
- {DISPLAYADD} Starting WordPad...
- {RUN} c:\windows\write.exe
- {WAIT} Document - WordPad
- {ACTIVATE} Document - WordPad
- {DISPLAYADD} Enter Some Text in WordPad...
- {ENTER}
- {TYPE} This is a test of WinWizard Pro by PDS...{ENTER}
- %(e)l
- %(e)c
- {DISPLAYADD} Close Program and Abort File Save...
- %{F4}
- {WAIT} Save Changes
- {TAB}
- {ENTER}
- {DISPLAYADD} Starting NotePad...
- {RUN} c:\windows\notepad.exe
- {WAIT} NotePad
- {ACTIVATE} Untitled - Notepad
- {DISPLAYADD} Paste Text into Notepad...
- %(e)p
- {DISPLAYADD} Close Program and Abort File Save...
- %{F4}
- {WAIT} Do you want to save the changes
- {TAB}
- {ENTER}
- {SLEEP} 5
- {DISPLAYADD} Test Complete!
- {FLOAT} Off
- {END}
-